namespace = Lulu


#Event number strings
#1-5 Lover set up
#6-10 Marriage reaction
#11-21 Romantic Interludes and other study breaks
#22 Birds and Bees
#23-29 Exposure chain
#30-50 Lovers at work
#51-101 Daily Interactions
#102 Title bestowment prompt
#103-114 Winter Ride and Ambush

#First meeting
character_event = {
	id = Lulu.1

	desc = "EVTDESCLulu.1"
	picture = "GFX_evt_loversgay"
	
	capable_only = yes
	only_playable = yes
	prisoner = no
	min_age = 16
	max_age = 50
	war = no

	trigger = {
		is_female = no
		has_lover = no
		trait = homosexual
		NOT = { trait = infirm }
		NOT = { trait = chaste }
		NOT = { trait = celibate }
		NOT = { is_inaccessible_trigger = yes }
		NOT = { trait = on_hajj }
		NOT = { trait = on_pilgrimage }
		NOT = { trait = imbecile }
		NOT = { trait = inbred }
		
		in_command = no

	}

	mean_time_to_happen = {
		months = 36
		modifier = {
			factor = 0.5
			trait = hedonist
		}
		modifier = {
			factor = 3
			ai = yes
		}
		modifier = {
			factor = 0.5
			trait = master_seducer
		}
		modifier = {
			factor = 0.9
			trait = socializer
		}
		modifier = {
			factor = 0.6
			trait = lustful
		}
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.1"
		if = {
			limit = { age = 30 }
			create_character = {
				random_traits = yes
				dynasty = NONE
				religion = ROOT
				culture = ROOT
				female = no
				age = 27
				trait = fair
				trait = quick
			}
		}
		if = {
			limit = { NOT = { age = 30 } }
			create_character = {
				random_traits = yes
				dynasty = NONE
				religion = ROOT
				culture = ROOT
				female = no
				age = 17
				trait = fair
				trait = quick
			}
		}
		new_character = {
			add_trait = homosexual
			set_character_flag = maybe_gay_lover
			remove_trait = imbecile
			remove_trait = ugly
			remove_trait = slow
			remove_trait = chaste
			remove_trait = celibate
			remove_trait = genius
			opinion = { modifier = opinion_delighted who = ROOT months = 4 }
		}
	}
	option = {
		# Resist
		name = "EVTOPTBLulu.1"
		trigger = {
		NOT = { trait = lustful }
		}
		piety = 1
		random = { chance = 5 add_trait = chaste }
	}
}

#Second meeting
character_event = {
	id = Lulu.2

	desc = "EVTDESCLulu.2"
	picture = "GFX_evt_loversgay"

	trigger = {
		has_lover = no
		trait = homosexual
		age = 16
		any_courtier = {
			has_character_flag = maybe_gay_lover 
			has_lover = no
			}
	}

	mean_time_to_happen = {
		months = 3
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.2"
		random_courtier = {
			limit = { has_character_flag = maybe_gay_lover }
			random_list = {
			35 = { opinion = { modifier = opinion_delighted who = ROOT months = 3 }}
			55 = { opinion = { modifier = opinion_satisfied who = ROOT months = 3 }}
			10 = { opinion = { modifier = opinion_tiresome who = ROOT months = 3 }}
			}
			character_event = { id = Lulu.3 days = 10 tooltip = "EVTTOOLTIPLulu.3" }
		}	
	}
	option = {
		# Resist
		name = "EVTOPTBLulu.1"
		trigger = {
		NOT = { trait = lustful }
		}
		any_courtier = {
			limit = { has_character_flag = maybe_gay_lover }
			clr_character_flag = maybe_gay_lover
		}
		piety = 1
		random = { chance = 5 add_trait = chaste }
	}
}

#Prospect accepts or scorns liege's advances
character_event = {
	id = Lulu.3
	desc = "EVTDESCLulu.3"
	picture = GFX_evt_lovers
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTALulu.3"
		FROM = {
			character_event = {
				id = Lulu.4
				tooltip = "EVTTOOLTIPLulu.4"
			}
		}
		clr_character_flag = maybe_gay_lover
	}
	option = {
		name = "EVTOPTBLulu.3"
		trigger = { 
			NOT = { opinion = { who = from value = 0 }}
		}
		FROM = {
			character_event = {
				id = Lulu.5
				tooltip = "EVTTOOLTIPLulu.5"
			}
		}
		clr_character_flag = maybe_gay_lover
	}
}


#Liege gets prospect's answer: Accepts
character_event = {
	id = Lulu.4
	desc = "EVTDESCLulu.4"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTALulu.4"
		add_lover = FROM
		clr_character_flag = seeks_gay_lover
		if = {
			limit = { can_marry = yes }
		set_character_flag = stillsinglegay
		}
		set_variable = { which = "affair_discovery_risk" value = 1 }
	}
}

#Liege gets prospects's answer: Scorns
character_event = {
	id = Lulu.5
	desc = "EVTDESCLulu.5"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTALulu.5"
		clr_character_flag = seeks_gay_lover
		opinion = {
			modifier = love_scorned
			who = FROM
			years = 5
		}
	}
}

#Lover and liege's marriage - Ping
character_event = {
	id = Lulu.6
	desc = "EVTDESCLulu.6"
	picture = GFX_evt_loversgay
	
	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		has_character_flag = stillsinglegay
		is_married = yes
		only_playable = yes
		spouse = { NOT = { is_lover = ROOT }}
	}
	
	mean_time_to_happen = {
		months = 3
	}

	option = {
		name = "EVTOPTALulu.6"
		random_courtier = {
			limit = { is_lover = ROOT
				is_female = no }
			character_event = { id = Lulu.7 days = 7 tooltip = "EVTTOOLTIPLulu.7" }
		}
		clr_character_flag = stillsinglegay
	}
}

#Lover and Liege's Marriage - Lover Reaction
character_event = {
	id = Lulu.7
	desc = "EVTDESCLulu.7"
	picture = GFX_evt_lovers
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTALulu.7"
		trigger = { 
			NOT = { is_married = yes }
			NOT = { opinion = { who = from value = 0 }}
		}
		FROM = {
			character_event = { id = Lulu.8 }
		}
	}
	option = {
		name = "EVTOPTBLulu.7"
		trigger = { 
			NOT = { is_married = yes }
			opinion = { who = from value = 0 }
		}
		FROM = {
			character_event = { id = Lulu.9 }
		}
	}
	option = {
		name = "EVTOPTCLulu.7"
		trigger = { 
			is_married = yes
		}
		FROM = {
			character_event = { id = Lulu.10 }
		}
	}
}

#Lover and Liege Marriage: Has a Fit
character_event = {
	id = Lulu.8
	desc = "EVTDESCLulu.8"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTALulu.8"
		reverse_opinion = {
			modifier = resentful_of_my_behaviour
			who = FROM
			months = 6
			}
		}
}

#Lover and Liege Marriage: Is anxious
character_event = {
	id = Lulu.9
	desc = "EVTDESCLulu.9"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTALulu.9"
		reverse_opinion = {
			modifier = opinion_irritated
			who = FROM
			months = 1
			}
		}
}

#Lover and Liege Marriage: Commiserating
character_event = {
	id = Lulu.10
	desc = "EVTDESCLulu.10"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes
	
	option = {
		name = "EVTOPTALulu.10"
		reverse_opinion = {
			modifier = opinion_approves
			who = FROM
			months = 3
			}
		}
}

#Romantic Interlude - Generic - Ping
character_event = {
	id = Lulu.11
	desc = "EVTDESCLulu.11"
	picture = GFX_evt_open_book_hf
	
	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		in_command = no
		spouse = { NOT = { is_lover = ROOT }}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}
	
	mean_time_to_happen = {
		months = 60
		modifier = {
			factor = 0.7
			OR = {
				any_lover = {
				has_minor_title = captain_guard
				has_minor_title = personal_secretary
				has_minor_title = intendant
				}
			}
		}
		modifier = {
			factor = 0.6
			trait = lustful
		}
	}

	option = {
		name = "EVTOPTALulu.11"
		hidden_tooltip = {
		random_courtier = {
			limit = { is_lover = ROOT }
			character_event = { id = Lulu.12 }
			}
		}
	}
}

#Romantic Interlude - Generic - Bounce
character_event = {
	id = Lulu.12
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.13 }}
	}
}

#Romantic Interlude - Generic - Main
character_event = {
	id = Lulu.13
	desc = {
		trigger = { FROM = { has_minor_title = title_captain_guard }}
	
	text = "EVTDESCLulu.13A"
	}

	desc = {
		trigger = { FROM = { has_minor_title = title_personal_secretary }}
	
	text = "EVTDESCLulu.13B"
	}

	desc = {
		trigger = { FROM = { has_minor_title = title_intendant }}
	
	text = "EVTDESCLulu.13C"
	}

	desc = {
		trigger = { FROM = { has_minor_title = no }}
	
	text = "EVTDESCLulu.13D"
	}
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.13"
		if = { 
			limit = { trait = stressed }
		remove_trait = stressed
		}
		if = { 
			limit = { trait = depressed }
		remove_trait = depressed
		}
		add_character_modifier = {
			modifier = thrill_of_lover
			days = 180
		}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		random = { chance = 15 ROOT = { impregnate = FROM }}
		random = { chance = 5 venereal_disease_effect = yes }
		}
	}
}

#Romantic Interlude - Wife - Ping
character_event = {
	id = Lulu.14
	desc = "EVTDESCLulu.11"
	picture = GFX_evt_open_book_hf
	
	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		in_command = no

		any_spouse = {
			prisoner = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}
	
	mean_time_to_happen = {
		months = 75

	}

	option = {
		name = "EVTOPTALulu.11"
		hidden_tooltip = {
		random_spouse = {
			character_event = { id = Lulu.15 }
			}
		}
	}
}

#Romantic Interlude - Wife - Bounce
character_event = {
	id = Lulu.15
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.16 }}
	}
}

#Romantic Interlude - Wife - Main
character_event = {
	id = Lulu.16
	desc = "EVTDESCLulu.16"
	picture = GFX_evt_lovers
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.16"
		FROM = { opinion = { modifier = opinion_delighted who = ROOT months = 3 }}
	}
	option = {
		name = "EVTOPTBLulu.16"
		FROM = { opinion = { modifier = opinion_tiresome who = ROOT months = 3 }}
	}
}

#Romantic Interlude - Child - Ping
character_event = {
	id = Lulu.17
	desc = "EVTDESCLulu.11"
	picture = GFX_evt_open_book_hf
	
	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		in_command = no

		any_child = {
			age = 5
			NOT = { age = 14 }
			prisoner = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}
	
	mean_time_to_happen = {
		months = 48

	}

	option = {
		name = "EVTOPTALulu.11"
		hidden_tooltip = {
		random_child = {
			limit = {
				age = 5
				NOT = { age = 14 }
				}
			character_event = { id = Lulu.18 }
			}
		}
	}
}

#Romantic Interlude - Child - Bounce
character_event = {
	id = Lulu.18
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.19 }}
	}
}

#Romantic Interlude - Child - Main
character_event = {
	id = Lulu.19
	desc = "EVTDESCLulu.19"
	picture = GFX_evt_family
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.19"
		FROM = { opinion = { modifier = opinion_delighted who = ROOT months = 3 }}
	}
	option = {
		name = "EVTOPTBLulu.19"
		FROM = { opinion = { modifier = opinion_tiresome who = ROOT months = 3 }}
	}
}

#Romantic Interlude - Nobody - Ping
character_event = {
	id = Lulu.20
	desc = "EVTDESCLulu.11"
	picture = GFX_evt_open_book_hf
	
	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		in_command = no
	}
	
	mean_time_to_happen = {
		months = 75

	}

	option = {
		name = "EVTOPTALulu.11"
		hidden_tooltip = {
		character_event = { id = Lulu.21 }
		}
	}
}

#Romantic Interlude - nobody - Main
character_event = {
	id = Lulu.21
	desc = "EVTDESCLulu.21"
	picture = GFX_evt_hauntedlibrary
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.21"
		trigger = { 
			OR = { trait = craven 
			trait = paranoid }
		}
		random = { chance = 25 
					add_character_modifier = {
					modifier = hallucinating
					days = 90
					}
			}
	}
	option = {
		name = "EVTOPTBLulu.21"
		trigger = { 
			trait = brave
		}
	}
	option = {
		name = "EVTOPTCLulu.21"
		trigger = {
			NOT = {
			trait = brave
			trait = craven
			trait = paranoid
			}
		}
		random = { chance = 5 add_trait = craven }
	}
}

#Birds and the Bees
character_event = {
	id = Lulu.22

	desc = "EVTDESCLulu.22"
	picture = "GFX_evt_Lulubirdsandbees"
	
	capable_only = yes
	prisoner = no
	min_age = 16
	max_age = 18
	war = no

	trigger = {
		is_female = no
		has_lover = no
		NOT = { trait = homosexual }
		NOT = { trait = infirm }
		NOT = { trait = chaste }
		NOT = { trait = celibate }
		NOT = { is_inaccessible_trigger = yes }
		NOT = { trait = on_hajj }
		NOT = { trait = on_pilgrimage }
		NOT = { trait = imbecile }
		NOT = { trait = inbred }
		
		in_command = no

	}

	mean_time_to_happen = {
		months = 36

		modifier = {
			factor = 0.5
			trait = hedonist
		}
		modifier = {
			factor = 0.5
			trait = lustful
		}
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.22"
		if = {
			limit = { ai = yes }
			random = { chance = 10 add_trait = homosexual }
			}
		if = { 
			limit = { ai = no }
			add_trait = homosexual
			}
	}
	option = {
		# Resist
		name = "EVTOPTBLulu.22"
		trigger = {
		NOT = { trait = lustful }
		}
		if = {
			limit = { ai = yes }
			random_list = { 
				5 = { add_trait = chaste }
				90 = { }
				5 = { add_trait = homosexual }
			}
		}
		if = {
			limit = { ai = no }
			random_list = { 
				20 = { add_trait = chaste }
				40 = { }
				40 = { add_trait = homosexual }
			}
		}
	}
}

#A lot of juggling
character_event = {
	id = Lulu.23

	desc = {
		trigger = { is_married = no }
	
	text = "EVTDESCLulu.23A"
	}
	desc = {
		trigger = { is_married = yes }
	
	text = "EVTDESCLulu.23B"
	}
	picture = "GFX_evt_loversgay"

	trigger = {
		is_female = no
		num_lovers = 2
		trait = homosexual
		any_lover = { is_female = no }
		NOT = { is_inaccessible_trigger = yes }
		NOT = { trait = on_hajj }
		NOT = { trait = on_pilgrimage }
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no

	}

	mean_time_to_happen = {
		months = 60

		modifier = {
			factor = 0.5
			num_lovers = 3
		}
		modifier = {
			factor = 0.5
			is_married = yes
		}
		modifier = {
			factor = 0.5
			trait = lustful
		}
	}

	option = {
		# Getting a bit much
		name = "EVTOPTALulu.23"
		trigger = { is_married = no }
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 5 }
		}
		if = { 
			limit = { NOT = { trait = stressed } }
		}
		random = { chance = 15 add_trait = stressed }
	}
	option = {
		# Getting a bit much
		name = "EVTOPTBLulu.23"
		trigger = { is_married = yes }
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 8 }
		}
		if = { 
			limit = { NOT = { trait = stressed } }
		}
		random = { chance = 25 add_trait = stressed }
	}
}

#Discovery by a friend
character_event = {
	id = Lulu.24

	desc = "EVTDESCLulu.24"
	picture = "GFX_evt_poke_king_in_chest"

	trigger = {
		has_lover = yes
		spouse = { NOT = { is_lover = ROOT }}
		any_lover = {
			is_female = no
			is_abroad = no
			}
		NOT = { is_inaccessible_trigger = yes }
		check_variable = { which = "affair_discovery_risk" value = 5 }
		in_command = no
		any_friend = {
			NOT = { is_lover = ROOT }
			NOT = { is_spouse = ROOT }
			is_abroad = no
		}
	}

	immediate = {
		random_friend = {
			limit = {
				NOT = { is_lover = ROOT }
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = concerned_friend
		}
	}

	mean_time_to_happen = {
		months = 60

		modifier = {
			factor = 0.8
			num_lovers = 3
		}
		modifier = {
			factor = 0.8
			is_married = yes
		}
		modifier = {
			factor = 0.8
			trait = lustful
		}
		modifier = {
			factor = 0.8
			check_variable = { which = "affair_discovery_risk" value = 8 }
		}
		modifier = {
			factor = 0.5
			check_variable = { which = "affair_discovery_risk" value = 10 }
		}
	}

	option = {
		# You are right
		name = "EVTOPTALulu.24"
		random_courtier = {
			limit = { is_lover = ROOT
				is_female = no
				is_abroad = no
				 }
			character_event = { id = Lulu.25 days = 10 tooltip = "EVTTOOLTIPLulu.25" }
			}
		prestige = -5
		event_target:concerned_friend = { 
			opinion = { modifier = opinion_embarrassed who = ROOT years = 5 }
			reverse_opinion = { modifier = opinion_grateful who = FROM years = 2 }
		} 
	}
	option = {
		# Mind your own business
		name = "EVTOPTBLulu.24"
		event_target:concerned_friend = { 
			opinion = { modifier = opinion_embarrassed who = ROOT years = 5 }
			opinion = { modifier = opinion_unreasonable who = ROOT years = 5 }
			reverse_opinion = { modifier = opinion_irritated who = FROM years = 2 }
		}
	}
}

#Discovery - Banish - Bounce
character_event = {
	id = Lulu.25
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.26 }}
	}
}

#Discovery - Banish - Result
character_event = {
	id = Lulu.26
	desc = "EVTDESCLulu.26"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.26"
		remove_lover = FROM
		FROM = { banish = yes }	
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = -10 }
		}
	}
	option = {
		name = "EVTOPTBLulu.26"
		remove_lover = FROM	
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = -5 }
		}
	}
}

#Discovery by a non-friend
character_event = {
	id = Lulu.27

	desc = "EVTDESCLulu.27"
	picture = "GFX_evt_poke_king_in_chest"

	trigger = {
		has_lover = yes
		spouse = { NOT = { is_lover = ROOT }}
		any_lover = {
			is_female = no
			is_abroad = no
			}
		NOT = { is_inaccessible_trigger = yes }
		check_variable = { which = "affair_discovery_risk" value = 5 }
		in_command = no
	}

	mean_time_to_happen = {
		months = 60

		modifier = {
			factor = 0.8
			num_lovers = 3
		}
		modifier = {
			factor = 0.8
			is_married = yes
		}
		modifier = {
			factor = 0.8
			trait = lustful
		}
		modifier = {
			factor = 0.8
			check_variable = { which = "affair_discovery_risk" value = 8 }
		}
		modifier = {
			factor = 0.5
			check_variable = { which = "affair_discovery_risk" value = 10 }
		}
	}

	option = {
		# Shit
		name = "EVTOPTALulu.27"
		random_courtier = {
			limit = { is_lover = ROOT
				is_female = no
				 }
			character_event = { id = Lulu.28 days = 1 tooltip = "EVTTOOLTIPLulu.28" }
			}
		prestige = -10
		piety = -5
		add_character_modifier = { modifier = known_sodomite years = 10 }
		any_spouse = { opinion = { modifier = opinion_mad_as_hell who = ROOT years = 5 }}
	}
}

#Discovery - Banish - Bounce
character_event = {
	id = Lulu.28
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.29 }}
	}
}

#Discovery - Banish - Result
character_event = {
	id = Lulu.29
	desc = "EVTDESCLulu.29"
	picture = GFX_evt_scandal
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.29"
		remove_lover = FROM
		FROM = { banish = yes }	
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = -10 }
		}
	}
}

#Captain of Guards - Start
character_event = {
	id = Lulu.30
	desc = "EVTDESCLulu.30"
	picture = GFX_evt_Luluswordpractice
	
	trigger = {
		is_female = no
		spouse = { NOT = { is_lover = ROOT }}
		has_lover = yes
		trait = homosexual
		any_lover = {
			is_abroad = no
			is_female = no
			has_minor_title = title_captain_guard
		}
	}
	
	mean_time_to_happen = {
		months = 60
	}

	option = {
		name = "EVTOPTALulu.30"
		hidden_tooltip = {
		random_list = {
			35 = { 
				random_lover = { 
					limit = { has_minor_title = title_captain_guard }
					character_event = { id = Lulu.31 }
				}
			}
			35 = { 
				random_lover = { 
					limit = { has_minor_title = title_captain_guard }
					character_event = { id = Lulu.32 }
				}
			}
			30 = {
				trigger = { 
					any_plotter = {
						target = ROOT
						limit = { has_plot = plot_kill_character }
					}
				}
				random_lover = { 
					limit = { has_minor_title = title_captain_guard }
					character_event = { id = Lulu.33 }
				}

			}
		}
		}
	}
}

#Captain of Guards - Bounce
character_event = {
	id = Lulu.31
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.34 }}
	}
}

#Captain of Guards - Bounce
character_event = {
	id = Lulu.32
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.35 }}
	}
}

#Captain of Guards - Bounce
character_event = {
	id = Lulu.33
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.36 }}
	}
}

#Captain of Guards - Result
character_event = {
	id = Lulu.34
	desc = "EVTDESCLulu.34"
	picture = GFX_evt_Luluswordpractice
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.34"
		FROM = { random = { chance = 25 add_trait = wounded }}
	}
	option = {
		name = "EVTOPTBLulu.34"
		FROM = { random = { chance = 15 add_trait = wounded }}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		}
	}
}

#Captain of Guards - Result
character_event = {
	id = Lulu.35
	desc = "EVTDESCLulu.35"
	picture = GFX_evt_Luluswordpractice
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.35"
		FROM = { random = { chance = 25 change_martial = 1 }}
	}
	option = {
		name = "EVTOPTBLulu.35"
		treasury = -5
		FROM = { random = { chance = 25 change_martial = 1 }
			opinion = { modifier = opinion_grateful who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_proud who = FROM months = 2 }
			}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		}
	}
}

#Captain of Guards - Result
character_event = {
	id = Lulu.36
	desc = "EVTDESCLulu.36"
	picture = GFX_evt_Luluswordpractice
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTBLulu.36"
		hidden_tooltip = {
		any_plotter = {
				target = ROOT
				limit = { has_plot = plot_kill_character }
				change_plot_power = -10
			}
		}
		prestige = 1
	}
}

#Personal Secretary - Start
character_event = {
	id = Lulu.37
	desc = "EVTDESCLulu.37"
	picture = GFX_evt_Lulustudydesk
	
	trigger = {
		is_female = no
		spouse = { NOT = { is_lover = ROOT }}
		has_lover = yes
		trait = homosexual
		any_lover = {
			is_abroad = no
			is_female = no
			has_minor_title = title_personal_secretary
		}
	}
	
	mean_time_to_happen = {
		months = 60
	}

	option = {
		name = "EVTOPTALulu.37"
		hidden_tooltip = {
		random_list = {
			35 = { 
				random_lover = { 
					limit = { has_minor_title = title_personal_secretary }
					character_event = { id = Lulu.38 }
				}
			}
			35 = { 
				random_lover = { 
					limit = { has_minor_title = title_personal_secretary }
					character_event = { id = Lulu.39 }
				}
			}
			30 = {
				trigger = { 
					any_plotter = {
						target = ROOT
					}
				}
				random_lover = { 
					limit = { has_minor_title = title_personal_secretary }
					character_event = { id = Lulu.40 }
				}

			}
		}
		}
	}
}

#Secretary - Bounce
character_event = {
	id = Lulu.38
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.41 }}
	}
}

#Secretary - Bounce
character_event = {
	id = Lulu.39
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.42 }}
	}
}

#Secretary - Bounce
character_event = {
	id = Lulu.40
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.43 }}
	}
}

#Secretary - Result
character_event = {
	id = Lulu.41
	desc = "EVTDESCLulu.41"
	picture = GFX_evt_Lulustudydesk
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.41"
		trigger = {
			OR = {
				trait = erudite
				trait = diligent
				trait = scholar
				trait = quick
				trait = genius
				trait = patient
				trait = strategist
				trait = theologian
			}
		}
		random = { chance = 15 change_diplomacy = 1 }
	}
	option = {
		name = "EVTOPTBLulu.41"
		trigger = {
			NOR = {
				trait = erudite
				trait = diligent
				trait = scholar
				trait = quick
				trait = genius
				trait = patient
				trait = strategist
				trait = theologian
			}
		}
		random = { chance = 15 change_learning = -1 }
	}
}

#Secretary - Result
character_event = {
	id = Lulu.42
	desc = "EVTDESCLulu.42"
	picture = GFX_evt_Lulustudydesk
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.42"
		FROM = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		}
	}
}

#Secretary - Result
character_event = {
	id = Lulu.43
	desc = "EVTDESCLulu.43"
	picture = GFX_evt_Lulustudydesk
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.43"
		reveal_plot = yes
	}
}

#Intendant - Start
character_event = {
	id = Lulu.44
	desc = "EVTDESCLulu.44"
	picture = GFX_evt_Lulubanquethall
	
	trigger = {
		is_female = no
		spouse = { NOT = { is_lover = ROOT }}
		has_lover = yes
		trait = homosexual
		war = no
		any_lover = {
			is_abroad = no
			is_female = no
			has_minor_title = title_intendant
		}
	}
	
	mean_time_to_happen = {
		months = 60
	}

	option = {
		name = "EVTOPTALulu.44"
		hidden_tooltip = {
		random_list = {
			30 = { 
				random_lover = { 
					limit = { has_minor_title = title_intendant }
					character_event = { id = Lulu.45 }
				}
			}
			20 = { 
				random_lover = { 
					limit = { has_minor_title = title_intendant }
					character_event = { id = Lulu.46 }
				}
			}
			50 = {
				random_lover = { 
					limit = { has_minor_title = title_intendant }
					character_event = { id = Lulu.47 }
				}

			}
		}
		}
	}
}

#Intendant - Bounce
character_event = {
	id = Lulu.45
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.48 }}
	}
}

#Intendant - Bounce
character_event = {
	id = Lulu.46
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.49 }}
	}
}

#Intendant - Bounce
character_event = {
	id = Lulu.47
	hide_window = yes	
	is_triggered_only = yes
	
	immediate = {
		FROM = { character_event = { id = Lulu.50 }}
	}
}

#Intendant - Result
character_event = {
	id = Lulu.48
	desc = "EVTDESCLulu.48"
	picture = GFX_evt_Lulubanquethall
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.48"
		random__independent_ruler = {
			limit = { is_within_diplo_range = ROOT }
			opinion = { modifier = opinion_delighted who = ROOT months = 12 }
		}
		FROM = {
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
	}
}

#Intendant - Result
character_event = {
	id = Lulu.49
	desc = "EVTDESCLulu.49"
	picture = GFX_evt_Lulubanquethall
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.49"
		treasury = 5
		FROM = {
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			random = { chance = 10 change_stewardship = 1 }
			}
	}
}

#Intendant - Result
character_event = {
	id = Lulu.50
	desc = "EVTDESCLulu.50"
	picture = GFX_evt_Lulubanquethall
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.50"
		FROM = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.51

	desc = "EVTDESCLulu.51"
	picture = GFX_evt_Luluwrestling

	trigger = {
		is_female = no
		has_lover = yes
		spouse = { NOT = { is_lover = ROOT }}
		trait = homosexual
		in_command = no
		OR = {
			trait = sturdy
			trait = robust
			}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.51"
		trigger = {
			event_target:romantic_partner = { 
				OR = { trait = sturdy
				       trait = robust
					}
			}
		}
		character_event = { id = Lulu.52 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.51"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = sturdy
				       trait = robust
					trait = feeble
					}
			}
		}
		character_event = { id = Lulu.53 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.51"
		trigger = {
			event_target:romantic_partner = { trait = feeble }
			}
		character_event = { id = Lulu.54 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.52
	desc = "EVTDESCLulu.52"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.52"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.53
	desc = "EVTDESCLulu.53"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.53"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.54
	desc = "EVTDESCLulu.54"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.54"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.55

	desc = "EVTDESCLulu.55"
	picture = GFX_evt_Lulugonetomarket

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		trait = groomed
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.55"
		trigger = {
			event_target:romantic_partner = { trait = groomed }
		}
		character_event = { id = Lulu.56 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.55"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = groomed
				       trait = uncouth
					}
			}
		}
		character_event = { id = Lulu.57 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.55"
		trigger = {
			event_target:romantic_partner = { trait = uncouth }
			}
		character_event = { id = Lulu.58 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.56
	desc = "EVTDESCLulu.56"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.56"
		treasury = -2
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.57
	desc = "EVTDESCLulu.57"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.57"
		treasury = -1
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.58
	desc = "EVTDESCLulu.58"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.58"
		treasury = -1
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.59

	desc = "EVTDESCLulu.59"
	picture = GFX_evt_Luluswordplay

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
			OR = { trait = duelist
				martial = 10
			}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.59"
		trigger = {
			event_target:romantic_partner = { 
				OR = { trait = duelist
					martial = 10
				}
			}
		}
		character_event = { id = Lulu.60 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.59"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = duelist
				       martial = 10
					}
					martial = 4
			}
		}
		character_event = { id = Lulu.61 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.59"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = duelist
				       martial = 4
					}
			}
		}
		character_event = { id = Lulu.62 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.60
	desc = "EVTDESCLulu.60"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.60"
		treasury = -2
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.61
	desc = "EVTDESCLulu.61"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.61"
		treasury = -1
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.62
	desc = "EVTDESCLulu.62"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.62"
		treasury = -1
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.63

	desc = "EVTDESCLulu.63"
	picture = GFX_evt_Luluchessboard

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		OR = {
			trait = game_master
			trait = strategist
			}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.63"
		trigger = {
			event_target:romantic_partner = { 
				OR = { 	trait = game_master
					trait = strategist
					}
			}
		}
		character_event = { id = Lulu.64 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.63"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = game_master
					trait = strategist
					trait = dull
					}
			}
		}
		character_event = { id = Lulu.65 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.63"
		trigger = {
			event_target:romantic_partner = { trait = dull }
			}
		character_event = { id = Lulu.66 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.64
	desc = "EVTDESCLulu.64"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.64"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.65
	desc = "EVTDESCLulu.65"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.65"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.66
	desc = "EVTDESCLulu.66"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.66"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.67

	desc = "EVTDESCLulu.67"
	picture = GFX_evt_Lulugambling

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		OR = {
			trait = hedonist
			trait = socializer
			trait = gregarious
			}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.67"
		trigger = {
			event_target:romantic_partner = { 
			OR = {
				trait = hedonist
				trait = socializer
				trait = gregarious
				}
			}
		}
		character_event = { id = Lulu.68 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.67"
		trigger = {
			event_target:romantic_partner = { 
			NOR = {
				trait = hedonist
				trait = socializer
				trait = gregarious
				trait = celibate
				trait = shy
				}
			}
		}
		character_event = { id = Lulu.69 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.67"
		trigger = {
			event_target:romantic_partner = { 
				OR = {
					trait = shy
					trait = celibate }
				}
			}
		character_event = { id = Lulu.70 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.68
	desc = "EVTDESCLulu.68"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.68"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.69
	desc = "EVTDESCLulu.69"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.69"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.70
	desc = "EVTDESCLulu.70"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.70"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.71

	desc = "EVTDESCLulu.71"
	picture = GFX_evt_Lulugarden

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		trait = gardener
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.71"
		trigger = {
			event_target:romantic_partner = { 
				trait = gardener
				}
		}
		character_event = { id = Lulu.72 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.71"
		trigger = {
			event_target:romantic_partner = { 
			NOR = {
				trait = gardener
				trait = wroth
				}
			}
		}
		character_event = { id = Lulu.73 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.71"
		trigger = {
			event_target:romantic_partner = { 
					trait = wroth
				}
			}
		character_event = { id = Lulu.74 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.72
	desc = "EVTDESCLulu.72"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.72"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.73
	desc = "EVTDESCLulu.73"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.73"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.74
	desc = "EVTDESCLulu.74"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.74"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.75

	desc = "EVTDESCLulu.75"
	picture = GFX_evt_Luluhunt

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		OR = {
			trait = hunter
			trait = falconer
		}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.75"
		trigger = {
			event_target:romantic_partner = { 
				OR = { trait = hunter
					trait = falconer
				}
			}
		}
		character_event = { id = Lulu.76 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.75"
		trigger = {
			event_target:romantic_partner = { 
			NOR = {
				trait = hunter
				trait = falconer
				trait = craven
				}
			}
		}
		character_event = { id = Lulu.77 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.75"
		trigger = {
			event_target:romantic_partner = { 
					trait = craven
				}
			}
		character_event = { id = Lulu.78 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.76
	desc = "EVTDESCLulu.76"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.76"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.77
	desc = "EVTDESCLulu.77"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.77"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.78
	desc = "EVTDESCLulu.78"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.78"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.79

	desc = "EVTDESCLulu.79"
	picture = GFX_evt_Luludawnchurch

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		OR = {
			trait = mystic
			trait = theologian
		}
		religion_group = christian
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.79"
		trigger = {
			event_target:romantic_partner = { 
			OR = {
				trait = mystic
				trait = theologian
				}
			}
		}
		character_event = { id = Lulu.80 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.79"
		trigger = {
			event_target:romantic_partner = { 
			NOR = {
				trait = mystic
				trait = theologian
				trait = dull
				trait = cynical
				trait = slothful
				}
			}
		}
		character_event = { id = Lulu.81 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.79"
		trigger = {
			event_target:romantic_partner = { 
			OR = {
				trait = cynical
				trait = dull
				trait = slothful
				}
			}
		}
		character_event = { id = Lulu.82 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.80
	desc = "EVTDESCLulu.80"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.80"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.81
	desc = "EVTDESCLulu.81"
	picture = GFX_evt_Luludawnchurch
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.81"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.82
	desc = "EVTDESCLulu.82"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.82"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.83

	desc = "EVTDESCLulu.83"
	picture = GFX_evt_Lulustudydesk
	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		OR = {
			trait = scholar
			trait = erudite
		}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.83"
		trigger = {
			event_target:romantic_partner = { 
				OR = { trait = scholar
					trait = erudite
				}
			}
		}
		character_event = { id = Lulu.84 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.83"
		trigger = {
			event_target:romantic_partner = { 
			NOR = {
				trait = scholar
				trait = erudite
				trait = dull
				trait = arbitrary
				}
			}
		}
		character_event = { id = Lulu.85 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.83"
		trigger = {
			event_target:romantic_partner = {
				OR = { 
					trait = dull
					trait = arbitrary
				}
			}
		}
		character_event = { id = Lulu.86 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.84
	desc = "EVTDESCLulu.84"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.84"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.85
	desc = "EVTDESCLulu.85"
	picture = GFX_evt_Lulustudydesk
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.85"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.86
	desc = "EVTDESCLulu.86"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.86"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.87

	desc = "EVTDESCLulu.87"
	picture = GFX_evt_Lulugoldcoins

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		OR = {
			trait = charitable
			trait = kind
		}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.87"
		trigger = {
			event_target:romantic_partner = { 
				OR = { trait = charitable
					trait = kind
				}
			}
		}
		character_event = { id = Lulu.88 }
		treasury = -3
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.87"
		trigger = {
			event_target:romantic_partner = { 
			NOR = {
				trait = charitable
				trait = kind
				trait = greedy
				trait = cruel
				trait = envious
				}
			}
		}
		treasury = -3
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.87"
		trigger = {
			event_target:romantic_partner = {
				OR = { 
					trait = greedy
					trait = cruel
					trait = envious
				}
			}
		}
		character_event = { id = Lulu.89 }
		treasury = -3
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.88
	desc = "EVTDESCLulu.88"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.88"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
	}
}


#Romantic Interactions - Result
character_event = {
	id = Lulu.89
	desc = "EVTDESCLulu.89"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.89"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.90

	desc = "EVTDESCLulu.90"
	picture = GFX_evt_Lulugluttony

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		OR = {
			trait = gluttonous
			trait = is_fat
			}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.90"
		trigger = {
			event_target:romantic_partner = { 
				OR = { trait = gluttonous
				       trait = is_fat
					}
			}
		}
		character_event = { id = Lulu.91 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.90"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = gluttonous
				       trait = is_fat
					trait = is_malnourished
					trait = temperate
					}
			}
		}
		character_event = { id = Lulu.92 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.90"
		trigger = {
			event_target:romantic_partner = { 
				OR = { 
					trait = temperate
					trait = is_malnourished
				 }
			}
		}
		character_event = { id = Lulu.93 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.91
	desc = "EVTDESCLulu.91"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.91"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.92
	desc = "EVTDESCLulu.92"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.92"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 25 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.93
	desc = "EVTDESCLulu.93"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.93"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.94

	desc = "EVTDESCLulu.94"
	picture = GFX_evt_Lulucrowdjustice

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		trait = cruel
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 70
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.94"
		trigger = {
			event_target:romantic_partner = { 
				trait = cruel
			}
		}
		character_event = { id = Lulu.95 }
		prestige = 1
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.94"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = cruel
				       trait = kind
					}
			}
		}
		prestige = 1
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.94"
		trigger = {
			event_target:romantic_partner = { 
				trait = kind
			}
		}
		character_event = { id = Lulu.96 }
		prestige = 1
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.95
	desc = "EVTDESCLulu.95"
	picture = GFX_evt_loversgay2
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.95"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 75 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.96
	desc = "EVTDESCLulu.96"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.96"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Day to Day Interactions
character_event = {
	id = Lulu.97

	desc = "EVTDESCLulu.97"
	picture = GFX_evt_illness

	trigger = {
		is_female = no
		has_lover = yes
		spouse = { NOT = { is_lover = ROOT }}
		trait = homosexual
		in_command = no
		has_disease = yes
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { has_disease = yes }
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 12
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.97"
		trigger = {
			event_target:romantic_partner = { 
				OR = { trait = kind
				       trait = diligent
					trait = patient
					}
			}
		}
		character_event = { id = Lulu.98 }
	}

	option = {
		# Give it a try
		name = "EVTOPTBLulu.97"
		trigger = {
			event_target:romantic_partner = { 
				NOR = { trait = kind
				       trait = diligent
					trait = patient
					trait = cruel
					trait = craven
					trait = feeble
					}
			}
		}
		character_event = { id = Lulu.99 }
	}
	option = {
		# Give it a try
		name = "EVTOPTCLulu.97"
		trigger = {
			event_target:romantic_partner = { 
				OR = { 
					trait = craven
					trait = cruel
					trait = feeble
				 }
			}
		}
		character_event = { id = Lulu.100 }
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.98
	desc = "EVTDESCLulu.98"
	picture = GFX_evt_loversgay
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.98"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_delighted who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_delighted who = FROM months = 6 }
			}
		hidden_tooltip = {
		random = { chance = 15 delay = 5 character_event = { id = Lulu.101 }}
		random = { chance = 50 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.99
	desc = "EVTDESCLulu.99"
	picture = GFX_evt_illness
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.99"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_satisfied who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_satisfied who = FROM months = 6 }
			}
		hidden_tooltip = {
		random =  { chance = 5 change_variable = { which = "affair_discovery_risk" value = 1 }}
		}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.100
	desc = "EVTDESCLulu.100"
	picture = GFX_evt_quarrel
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.100"
		event_target:romantic_partner = {
			opinion = { modifier = opinion_tiresome who = ROOT months = 6 }
			reverse_opinion = { modifier = opinion_tiresome who = FROM months = 6 }
			}
	}
}

#Romantic Interactions - Result
character_event = {
	id = Lulu.101
	desc = "EVTDESCLulu.101"
	picture = GFX_evt_recovery
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.101"
		cure_illness = yes
	}
}

#Minor Title Grant
character_event = {
	id = Lulu.102
	desc = "EVTDESCLulu.102"
	picture = GFX_evt_loversgay
	
	trigger = {
		is_female = no
		spouse = { NOT = { is_lover = ROOT }}
		has_lover = yes
		trait = homosexual
		any_lover = {
			is_abroad = no
			is_female = no
			prisoner = no
			NOT = { trait = incapable }
			dynasty = none
			NOT = { num_of_titles = 1 }
			is_councillor = no
			NOT = { has_character_flag = refused_minor_title_lover }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_abroad = no
				is_female = no
				prisoner = no
				NOT = { trait = incapable }
				dynasty = none
				NOT = { num_of_titles = 1 }
				is_councillor = no
				NOT = { has_character_flag = refused_minor_title_lover }
			}
			save_event_target_as = lover_potential_titlist
		}
	}
	
	mean_time_to_happen = {
		months = 24
	}

	option = {
		name = "EVTOPTALulu.102"
		trigger = {
			event_target:lover_potential_titlist = {
				can_hold_title = title_intendant
				reverse_opinion = { who = ROOT value = 50 }
				}
		}
		event_target:lover_potential_titlist = {
		give_minor_title = title_intendant
		}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		}
	}
	option = {
		name = "EVTOPTBLulu.102"
		trigger = {
			event_target:lover_potential_titlist = {
				can_hold_title = title_captain_guard
				reverse_opinion = { who = ROOT value = 50 }
				}
		}
		event_target:lover_potential_titlist = {
		give_minor_title = title_captain_guard
		}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		}
	}
	option = {
		name = "EVTOPTCLulu.102"
		trigger = {
			event_target:lover_potential_titlist = {
				can_hold_title = title_personal_secretary
				reverse_opinion = { who = ROOT value = 50 }
				}
		}
		event_target:lover_potential_titlist = {
		give_minor_title = title_personal_secretary
		}
		hidden_tooltip = {
		change_variable = { which = "affair_discovery_risk" value = 1 }
		}
	}
	option = {
		name = "EVTOPTDLulu.102"
		event_target:lover_potential_titlist = {
		opinion = { modifier = opinion_disappointed who = ROOT years = 1 }
		set_character_flag = refused_minor_title_lover
		}
	}
}

#Winter Ride and Possible Ambush
character_event = {
	id = Lulu.103

	desc = "EVTDESCLulu.103"
	picture = GFX_evt_LuluWinterRide

	trigger = {
		is_female = no
		has_lover = yes
		trait = homosexual
		spouse = { NOT = { is_lover = ROOT }}
		in_command = no
		NOT = { trait = feeble }
		OR = {
			NOT = { month = 2 }
				month = 12
			}
		any_lover = {
			prisoner = no
			is_female = no
			NOT = { trait = feeble }
			NOT = { trait = infirm }
			NOT = { is_inaccessible_trigger = yes }
			NOT = { trait = incapable }
			NOT = { trait = on_pilgrimage }
		}
	}

	immediate = {
		random_lover = {
			limit = {
				is_female = no
				NOT = { trait = feeble }
				NOT = { is_spouse = ROOT }
				is_abroad = no
				}
			save_event_target_as = romantic_partner
		}
	}

	mean_time_to_happen = {
		months = 48
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.103"
		trigger = {
			location = { NOT = { revolt_risk = 0.05 }} 
			}
		add_character_modifier = {
			modifier = thrill_of_lover
			days = 180
			}
			hidden_tooltip = {
			change_variable = { which = "affair_discovery_risk" value = 1 }
			random_list = { 
				5 = { character_event = { id = Lulu.104 }} # bandits player
				5 = { character_event = { id = Lulu.105 }} # bandits servants
				90 = { } # nothing
				}
			}
	}

	option = {
		# Give it a try
		name = "EVTOPTALulu.103"
		trigger = {
			location = { revolt_risk = 0.05 }
			}
		add_character_modifier = {
			modifier = thrill_of_lover
			days = 180
			}
			hidden_tooltip = {
			change_variable = { which = "affair_discovery_risk" value = 1 }
			random_list = { 
				10 = { character_event = { id = Lulu.104 }} # bandits player
				15 = { character_event = { id = Lulu.115 }} # bandits servants
				75 = { } # nothing
				}
			}
	}

	option = {
		# Nah
		name = "EVTOPTCLulu.103"
	}
}

#Bandits - Ambush of player
character_event = {
	id = Lulu.104
	desc = "EVTDESCLulu.104"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.104"
			remove_character_modifier = thrill_of_lover
			random_list = { 
				10 = { character_event = { id = Lulu.105 tooltip = "EVTTOOLTIPLulu.104A" }} #player wounded
				15 = { character_event = { id = Lulu.106 tooltip = "EVTTOOLTIPLulu.104B" }} #lover wounded
				5 = { character_event = { id = Lulu.107 tooltip = "EVTTOOLTIPLulu.104C" }} #lover killed
				70 = { character_event = { id = Lulu.108 tooltip = "EVTTOOLTIPLulu.104D" }} #safe
				}
	}
}

#Bandits - Notify of player wound
character_event = {
	id = Lulu.105
	desc = "EVTDESCLulu.105"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.105"
		add_trait = wounded
		set_character_flag = pursue_harsh_justice
		character_event = { id = Lulu.109 days = 1 tooltip = "EVTTOOLTIPLulu.109" } #deal with rabble
	}
}

#Bandits - Notify of lover wound
character_event = {
	id = Lulu.106
	desc = "EVTDESCLulu.106"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.105"
		set_character_flag = pursue_harsh_justice
		event_target:romantic_partner = { add_trait = wounded }
		character_event = { id = Lulu.109 days = 1 tooltip = "EVTTOOLTIPLulu.109" } #deal with rabble
	}
}

#Bandits - Notify of lover death
character_event = {
	id = Lulu.107
	desc = "EVTDESCLulu.107"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.107"
		event_target:romantic_partner = { death = { death_reason = death_battle }}
		set_character_flag = pursue_harsh_justice
		character_event = { id = Lulu.109 days = 1 tooltip = "EVTTOOLTIPLulu.109" } #deal with rabble
	}
}

#Bandits - Back safe and sound
character_event = {
	id = Lulu.108
	desc = "EVTDESCLulu.108"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.105"
		character_event = { id = Lulu.109 days = 1 tooltip = "EVTTOOLTIPLulu.109" } #deal with rabble
	}
}

#Bandits - Search for Culprits
character_event = {
	id = Lulu.109
	desc = "EVTDESCLulu.109"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.109"
		treasury = -5
		location = {
			add_province_modifier = {
			modifier = arbitrary_steward
			days = 365
			}
		}
		set_character_flag = pursue_harsh_justice
		ROOT = { character_event = { id = Lulu.110 days = 30 }} #findings
	}

	option = {
		name = "EVTOPTBLulu.109"
		trigger = { NOT = { has_character_flag = pursue_harsh_justice }}
		treasury = -3
		character_event = { id = Lulu.110 days = 30 } #findings
	}
}

#Result of investigation
character_event = {
	id = Lulu.110
	desc = "EVTDESCLulu.110"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.110"
		trigger = { 
			NOT = { has_character_flag = pursue_harsh_justice }
			}
			hidden_tooltip = {
			random_list = { 
				35 = { character_event = { id = Lulu.111 }} #nothing
				65 = { character_event = { id = Lulu.112 }} #found perpetrators
				}
			}
	}
	option = {
		name = "EVTOPTBLulu.110"
		trigger = {
			has_character_flag = pursue_harsh_justice
			}
			clr_character_flag = pursue_harsh_justice
			hidden_tooltip = {
			random_list = { 
				20 = { character_event = { id = Lulu.111 }} #nothing
				40 = { character_event = { id = Lulu.112 }} #found perpetrators
				40 = { character_event = { id = Lulu.113 }} #found scapegoats
				}
			}
	}
}

#Bandits - Notification of failed investigation
character_event = {
	id = Lulu.111
	desc = "EVTDESCLulu.111"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.111"
		prestige = -3
	}
}

#Bandits - Notification of success - true
character_event = {
	id = Lulu.112
	desc = "EVTDESCLulu.112"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.112"
		prestige = 3
	}
}

#Bandits - Notification of success - false
character_event = {
	id = Lulu.113
	desc = "EVTDESCLulu.113"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.113"
		prestige = 2
		piety = -1
	}
}

#Bandits - Notification Servants Attack
character_event = {
	id = Lulu.114
	desc = "EVTDESCLulu.114"
	picture = GFX_evt_LuluArcherBandits
	
	is_triggered_only = yes

	option = {
		name = "EVTOPTALulu.114"
		character_event = { id = Lulu.109 days = 1 tooltip = "EVTTOOLTIPLulu.109" } #deal with rabble
	}
}